ModifyPropertyScheduleConfig
Description
modify the host asset information update cycle settings.
Request Method
POST
Request Path
/apsara/route/aegis/ModifyPropertyScheduleConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Type | BODY | string | Yes | No sample value for this parameter. | asset information type, value range: scheduler_software_period: indicates the synchronization period of application software information scheduler_account_period: indicates the synchronization period of user account information scheduler_port_period: indicates port information synchronization period scheduler_process_period: indicates the synchronization period of process information |
ScheduleTime | BODY | string | Yes | No sample value for this parameter. | the set synchronization cycle time, in hours. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
ModifyResult | boolean | no demo value | whether the setting change was successful. |
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"ModifyResult":"no demo value",
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}